| Pages: [1] 2 3 4 5 6 7 8 9 10 20 |
1. Screen reader and EULA - in EVE Technology Lab [original thread]
I'm going to go out on a limb and say no. There was another program that did something along the lines of what you are talking about. It was banned and how it accomplished this was patched very quickly.
- by Johnathan Roark - at 2014.12.09 02:08:59
|
2. EvE-ID spam infested, who to contact? - in EVE Technology Lab [original thread]
I've heard the owner went MIA, but could be mistaken. I think most have started using neweden dev instead: https://neweden-dev.com/Main_Page
- by Johnathan Roark - at 2014.08.03 19:13:00
|
3. CURL response - in EVE Technology Lab [original thread]
Some shared host block file_get_contents with remote files. As for your curl issue, try var_dump(). Sometimes it gives more info.
- by Johnathan Roark - at 2014.08.03 19:10:00
|
4. Need help with SQL Statements - Profit calculation - in EVE Technology Lab [original thread]
Tiberius Zol wrote: Wafflehead wrote: Why would it be prone to error? The only error would be the coder. Using average is not acceptable in my view. For me neither... want to have exact numbers. Think i figured it out... maybe on a to ...
- by Johnathan Roark - at 2014.07.08 04:08:00
|
5. Question about itemID in Assets (related to BPO's) - in EVE Technology Lab [original thread]
CCP FoxFour wrote: As a heads up, I hope later in August (I am gone for the month of July on vacation) to put out an API endpoint that will just list all blueprints and their PE/TE/runs. I think you would make a lot of people very happy. I t...
- by Johnathan Roark - at 2014.07.02 19:43:00
|
6. InGame Browser Security? - in EVE Technology Lab [original thread]
Velarra wrote: How secure is the In Game browser? If it is, - how is it kept secure? I ask given its age and seeming lack of any update/change in year(s)? Given it's age, it would not shock me if someone found an exploit that was patched...
- by Johnathan Roark - at 2014.06.25 03:36:00
|
7. POS Tracker - FGV - 5.1.6 - in EVE Technology Lab [original thread]
Dimitrie wrote: There is a way to track the silos. I have written my own tool to manage them. Silo tool There is a way, but it gets messy if you have multiple pos in the same system.
- by Johnathan Roark - at 2012.09.16 07:14:00
|
8. Getting a new phone for EVE! - in EVE Technology Lab [original thread]
I currently use a phone very similar to the HTC One X (HTC EVO 4G LTE) on Sprint in the US. Anything with 4.0 will do what you want and more. Your best bet is to look online at the reviews. They are kind of like shoes, one size does not fit all.
- by Johnathan Roark - at 2012.09.15 21:47:00
|
9. Getting a new phone for EVE! - in EVE Technology Lab [original thread]
Don't buy a new android phone unless it has 2.3 on it. Personally, I wouldn't buy one that doesn't have 4.0 on it. Also, asking for recommendations on a phone without saying what country and carrier is rather pointless. You may also want to look a...
- by Johnathan Roark - at 2012.09.15 04:57:00
|
10. Eve-ID.net - Home of EDK - in EVE Technology Lab [original thread]
Ammut Irvam wrote: Ok so what needs to be done so that EDK wont lockup due to mass queries etc.. cause this is the main problem I'm having and it'd be nice if anyone else would be interested in helping with the development of EDK or even starti...
- by Johnathan Roark - at 2012.09.15 04:48:00
|
11. [Proposal] Freeing Access Mask IDs - in EVE Technology Lab [original thread]
Desmont McCallock wrote: While I was looking into the API Contracts call, I noticed that the same access mask (67108864) serves that call and the 2 sub -calls that are related to it (ContractsItems & Contract Bids). So I was thinking that ...
- by Johnathan Roark - at 2012.01.24 01:54:00
|
12. POS Tracker - FGV - 5.1.6 - in EVE Technology Lab [original thread]
Militaer Biber wrote: Hello i try the version 5.1.7 :) When i try my API Code ... Error Code: 203::Authentication failure. :( i try IGB and Normal PC Browser Greetings Biber It means your api key is wrong, make sure you have it ente...
- by Johnathan Roark - at 2012.01.15 04:18:00
|
13. POS Tracker - FGV - 5.1.6 - in EVE Technology Lab [original thread]
Frozen Guardian wrote: Solo Drakban wrote: Another quick thing: In track.php at line 104 there is: $row2 = $posmgmt->GetLastPosUpdate($row['pos_id']); $row2 never seems to get called before the end of the function nor in the template. ...
- by Johnathan Roark - at 2012.01.02 07:20:00
|
14. Api to database app??? - in EVE Technology Lab [original thread]
the only way to do this would be to install it locally using, then taking the sql files it caches and run those manually.
- by Johnathan Roark - at 2011.10.09 04:48:00
|
15. PHP + API. Few questions - in EVE Technology Lab [original thread]
Do not use headers! They are very easily spoofed, would take me about a minute to do so. For this, I suggest using pheal. It has the examples your looking for in the documentation.
- by Johnathan Roark - at 2011.09.29 04:23:00
|
16. [JOB] Looking for a Website Developer - in EVE Technology Lab [original thread]
people still use php nuke?
- by Johnathan Roark - at 2011.09.29 04:17:00
|
17. Customizable API keys and corp contact list - in EVE Technology Lab [original thread]
Nope, corp level keys are restricted to ceo and director now. Ask them for a key if you really need the data.
- by Johnathan Roark - at 2011.09.24 19:18:00
|
18. API error Codes for ContractItems.xml.aspx - in EVE Technology Lab [original thread]
CCP Elerhino wrote: I belive we found the problem and it's been fixed but most likely there will be a delay in deploying the fix because we're re-structuring the deployment process and the serverfarm where the API runs. So everything is a bit u...
- by Johnathan Roark - at 2011.09.24 04:28:00
|
19. Silly question - in EVE Technology Lab [original thread]
What makes you think the api is querying a live database? Have you ever noticed that the api servers are available during downtime and often during patch deployments? I think its been mentioned by devs that its a replication of the database.
- by Johnathan Roark - at 2011.09.24 04:23:00
|
20. Can anyone tell me what i'm doing wrong with my PHP? (apart from the being a... - in EVE Technology Lab [original thread]
Naran Eto wrote: OK, managed to work it all out YAY! Thanks for the help guys, i expanded on what you guys told me and managed to work out how to put it all in a table and loop through each rowset to get a table form the xml. Not bad for som...
- by Johnathan Roark - at 2011.09.24 04:21:00
|
| Pages: [1] 2 3 4 5 6 7 8 9 10 20 |
| First page | Previous page | Next page | Last page |